home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / becherov xmas / becherov_xp_setup.exe / Manual / css / layout.css
Encoding:
Cascading Style Sheet File  |  2004-12-19  |  2.9 KB  |  166 lines

  1. BODY, DIV, P, A, H1, H2, H3, H4, H5, H6, FORM {
  2.   color: #000000;
  3.   font-family: tahoma, verdana, arial, "sans serif";
  4.   font-size: 11px;
  5.   padding: 0px;
  6.   margin: 0px; 
  7.   border: 0px;
  8. }
  9.  
  10. IMG {
  11.   border: #e5e5e5 1px solid;
  12. }
  13.  
  14. BODY {
  15.   background-color: #1A1A1A;
  16.   text-align: center;
  17. }
  18.  
  19. TD {
  20.     color: black;
  21.     font-family: tahoma, verdana, arial, "sans serif";
  22.     font-size: 11px;
  23.     border-bottom:1px solid #e5e5e5;
  24.     padding-right:15px;
  25. }
  26.  
  27. TD.tableheader {
  28.     background:#e7e7e7;
  29.     color: #E7004C;
  30.     font-family: tahoma, verdana, arial, "sans serif";
  31.     font-size: 12px;
  32.     font-weight:bold;
  33.     border-bottom:1px solid #E7004C;
  34.     padding-right:14px;
  35. }
  36.  
  37. TD.tablespacer {
  38.     background:#e7e7e7;
  39.     border:0px;
  40.     padding-right:15px;
  41. }
  42.  
  43. /* hlavni panel */
  44. DIV#layout-container {
  45.   width: 623px;
  46.   text-align: left;
  47. }
  48.  
  49. /* hlavicka, na pozadi by mel byt celej header, pouze sirka a vyska, nic jinyho nedopisuj */
  50. DIV#header-panel {
  51.   width: 623px;
  52.   height: 238px;
  53.   background-image: url("./../images/motive.jpg");
  54. }
  55.  
  56. /* dva panely - pro jazyk a menu, soucet vysek by mel davat svysku u header-panel */
  57. DIV#header-language {
  58.   height: 48px;
  59. }
  60.  
  61. DIV#header-menu {
  62.   height: 190px;
  63. }
  64.  
  65. /* obecna polozka menu */
  66. A.menu-item {
  67.   color:#ffffff;
  68.   font-size: 11px;
  69.   font-weight: bold;
  70.   text-decoration: none;
  71.   text-transform: uppercase;
  72. }
  73.  
  74. A.menu-item:hover {
  75.   color:E7004C;
  76.   text-decoration: underline;
  77. }
  78.  
  79. /* jazyk */
  80. DIV#header-language A.menu-item {
  81.   color:white;
  82.   display: block;
  83.   margin-left: 510px;
  84.   margin-top: 25px;
  85. }
  86.  
  87. /* menu list */
  88. DIV#header-menu UL.menu-list {
  89.   margin-left: 70px;
  90.   margin-top: 60px;
  91. }
  92.  
  93. DIV#header-menu UL.menu-list LI {
  94.   margin-bottom: 2px;
  95. }
  96.  
  97. /* panel pr content, jen sirka ostatni, dej do content-body */
  98. DIV#content-panel {
  99.   width: 623px;
  100. }
  101.  
  102. /* nastav padding-* jaky potrebujes */
  103. DIV#content-body {
  104.   background-color: white;
  105.   padding: 45px;
  106. }
  107.  
  108. /* nastiluj si jednotlive prcky */
  109. DIV#content-body IMG.noborder {
  110. border:0px;
  111. }
  112.  
  113. DIV#content-body H1.heading {
  114.   text-transform: uppercase;
  115.   color: #E7004C;
  116.   font-size: 18px;
  117.   margin-bottom: 16px;
  118. }
  119.  
  120. DIV#content-body H2.heading {
  121.   color: black;  
  122.   font-size: 15px;
  123.   margin-bottom: 10px;
  124.   border-bottom: #E7004C 1px solid;
  125. }
  126.  
  127. DIV#content-body H3.heading {
  128.   font-size: 10px;
  129.   text-transform: uppercase;
  130.   margin-bottom: 6px;
  131. }
  132.  
  133. DIV#content-body P.perex {
  134.   font-size:12px;
  135.   line-height:16px;
  136.   margin-bottom: 30px;
  137. }
  138.  
  139. DIV#content-body P.paragraph {
  140.   color:#353535;
  141.   line-height:15px;
  142.   margin-bottom: 30px;
  143. }
  144.  
  145.  
  146. /* paticka */
  147.  
  148. /* kvuli obrazku, musi mit pevnou sirka a vysku */
  149. DIV#footer-panel {
  150.   width: 623px;
  151.   height: 50px;
  152.   background-image: url("./../images/footer_p1.gif");
  153.   margin-bottom: 8px;
  154. }
  155.  
  156. DIV#content-body P.disclaimer {
  157.     font-size:10px;
  158. }
  159.  
  160. DIV#content-body SPAN.name {
  161.     color:#E7004C;
  162. }
  163.  
  164. .gamescreen {
  165.     color:white;
  166. }